( ********************************************************************* File: FRSVC.F Author: Dencom Inc. - www.dencom-inc.com Date: March 16, 1998 Description: The Frame Relay SVC Simulation test script can setup/teardown calls with messages built in the test script using the dynamic message building source code - or send an SVC message from the buffer using messages created by the user with the Frame Builder. The messages built using source code can be modified by the user. The Frame Relay SVC Simulation test script consists of four files: - FRSVC.F -> test script loader file - FRSVC1.F -> variables, constants, user defined words - FRSVC2.F -> commands to build IEs and messages - FRSVC3.F -> state machine definition Requires: - OS 3.0 Rev28 or greater - Frame Relay Emulation V3.0 or greater - FRF.4 Message Set R0 or greater How to Use: 1. Copy this test script [four .TXT files] to the PT Series: - prepare a DOS diskette to copy the ASCII files to. You MUST use a double density [720 KB] DOS diskette formatted on your PC with a label. The diskette MUST be formatted with a label. Copy the files from your PC to this diskette - place the DOS diskette into the floppy disk drive on the left [DR0:] of the PT Series - go to the "DOS-Files" topic. Press F2 [Copy]. Enter the file name "DR0:FRSVC.TXT" in the text field labelled "Copy file:". Enter the file name again in the text field labelled "to file:" and specify the destination drive [example WD2] and an extension of .F ie: Copy file: DR0:FRSVC.TXT to file: WD2:FRSVC.F Copy file: DR0:FRSVC1.TXT to file: WD2:FRSVC1.F Copy file: DR0:FRSVC2.TXT to file: WD2:FRSVC2.F Copy file: DR0:FRSVC3.TXT to file: WD2:FRSVC3.F 2. Load the Frame Relay Emulation. 3. Load the FRF.4 Message Set. 4. If you want to build and send custom messages, build these messages using the FrameBuilder [see Frame Relay User Manual, section 17]. Also refer to the NOTE on page 19-10, this is very important. 5. Load the FRSVC.F test script. NOTE: Most of the source code that builds the messages and IEs and determines how the state machine works is hardcoded. This source code can be modified by the user for your specific needs. The manuals required to develop this test script are the Frame Relay User Manual, FRF.4 Message Set Manual and the Programmer's Reference Manual. For automatic FR SVC simulation without the use of test scripts, see the Acacia Clarinet at www.dencom-inc.com. ********************************************************************* ) #IFDEF LOADFILES FORGET LOADFILES #ENDIF : LOADFILES " A_QFRF4" LOAD_MESSAGE_SET " FRSVC1.F" DUP LOCATE_FILE DROP EXEC " FRSVC2.F" DUP LOCATE_FILE DROP EXEC " FRSVC3.F" DUP LOCATE_FILE DROP EXEC ; LOADFILES